fix flaky integration test ActorExceptionIT (#954)

Signed-off-by: MregXN <mregxn@gmail.com>
This commit is contained in:
MregXN 2023-11-17 05:31:04 +08:00 committed by GitHub
parent 4c63abd07d
commit 3800962cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ public class ActorExceptionIT extends BaseIT {
"INTERNAL",
"INTERNAL: error invoke actor method: error from actor service",
() -> proxy.throwException());
}, 5000);
}, 10000);
}
}