Skip to content

Commit 0307723

Browse files
committed
retrigger build
1 parent 3609fa3 commit 0307723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/uber/cadence/workflow/MetricsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public void testCorruptedSignalMetrics() throws InterruptedException {
240240
workflow.execute();
241241

242242
//Wait for reporter
243-
Thread.sleep(500);
243+
Thread.sleep(600);
244244

245245
Map<String, String> tags =
246246
new ImmutableMap.Builder<String, String>(2)

0 commit comments

Comments
 (0)