Skip to content

Commit 8f153cf

Browse files
authored
fixed flaky test by increasing the timeout (#850)
1 parent a85ae94 commit 8f153cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/uber/cadence/internal/replay/ReplayDeciderCacheTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void whenHistoryIsFullNewReplayDeciderIsReturned_InitiallyCached() throws
103103
service.close();
104104
}
105105

106-
@Test(timeout = 6000)
106+
@Test(timeout = 7000)
107107
public void whenHistoryIsPartialCachedEntryIsReturned() throws Exception {
108108
// Arrange
109109
Map<String, String> tags =

0 commit comments

Comments
 (0)