Skip to content

Commit 69dc730

Browse files
authored
timeout fix (#841)
1 parent 600dcc4 commit 69dc730

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

+1-1
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 = 2000)
106+
@Test(timeout = 6000)
107107
public void whenHistoryIsPartialCachedEntryIsReturned() throws Exception {
108108
// Arrange
109109
Map<String, String> tags =

0 commit comments

Comments
 (0)