mirror of https://github.com/dapr/java-sdk.git
fix flaky integration test ActorExceptionIT (#954)
Signed-off-by: MregXN <mregxn@gmail.com>
This commit is contained in:
parent
4c63abd07d
commit
3800962cb4
|
@ -53,6 +53,6 @@ public class ActorExceptionIT extends BaseIT {
|
||||||
"INTERNAL",
|
"INTERNAL",
|
||||||
"INTERNAL: error invoke actor method: error from actor service",
|
"INTERNAL: error invoke actor method: error from actor service",
|
||||||
() -> proxy.throwException());
|
() -> proxy.throwException());
|
||||||
}, 5000);
|
}, 10000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue