We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e4d06 commit 4d4c71bCopy full SHA for 4d4c71b
impl/test/src/test/java/io/serverlessworkflow/impl/test/MvStorePersistenceTest.java
@@ -56,7 +56,7 @@ void testSimpleRun() throws Exception {
56
assertNoInstance(handlers, definition);
57
definition.instance(Map.of()).start().join();
58
service.shutdown();
59
- service.awaitTermination(500, TimeUnit.MILLISECONDS);
+ service.awaitTermination(1000, TimeUnit.MILLISECONDS);
60
61
} finally {
62
Files.delete(Path.of(dbName));
0 commit comments