We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3609fa3 commit 0307723Copy full SHA for 0307723
src/test/java/com/uber/cadence/workflow/MetricsTest.java
@@ -240,7 +240,7 @@ public void testCorruptedSignalMetrics() throws InterruptedException {
240
workflow.execute();
241
242
//Wait for reporter
243
- Thread.sleep(500);
+ Thread.sleep(600);
244
245
Map<String, String> tags =
246
new ImmutableMap.Builder<String, String>(2)
0 commit comments