Skip to content

Commit a13435b

Browse files
author
Bartosz Litwiniuk
committed
Increase timeout
1 parent c9d60c9 commit a13435b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtrace-library/src/androidTest/java/backtraceio/library/database/BacktraceDatabaseContextMultithreadedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void setUp() {
6161
@Test
6262
public void testConcurrentModification() throws InterruptedException {
6363
// GIVEN
64-
final TestConfig config = new TestConfig(500, 250, 150, 10000);
64+
final TestConfig config = new TestConfig(500, 250, 150, 3000); // 30s
6565
final List<BacktraceDatabaseRecord> initialRecords = generateMockRecords(config.recordsState);
6666

6767
final CountDownLatch startLatch = new CountDownLatch(1);

0 commit comments

Comments
 (0)