Skip to content

Commit 348f896

Browse files
committed
Increase timeout
1 parent d12a601 commit 348f896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

channels/src/test/java/com/softwaremill/jox/StressTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
public class StressTest {
1313
@TestWithCapacities
14-
@Timeout(10)
14+
@Timeout(60)
1515
void testMultipleOperationsDirect(int capacity) throws Exception {
1616
testAndVerify(capacity, true);
1717
}
1818

1919
@TestWithCapacities
20-
@Timeout(10)
20+
@Timeout(60)
2121
void testMultipleOperationsSelect(int capacity) throws Exception {
2222
testAndVerify(capacity, false);
2323
}

0 commit comments

Comments
 (0)