Skip to content

Commit

Permalink
fix flaky integration test ActorExceptionIT (dapr#954)
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <mregxn@gmail.com>
Signed-off-by: addjuarez <6789375+addjuarez@users.noreply.github.com>
  • Loading branch information
MregXN authored and addjuarez committed Nov 27, 2023
1 parent 536c0ca commit f42c73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public void exceptionTest() throws Exception {
"INTERNAL",
"INTERNAL: error invoke actor method: error from actor service",
() -> proxy.throwException());
}, 5000);
}, 10000);
}
}

0 comments on commit f42c73c

Please sign in to comment.