Skip to content

Commit cff7c5a

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

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, 3000); // 30s
64+
final TestConfig config = new TestConfig(500, 250, 150, 30000); // 30s
6565
final List<BacktraceDatabaseRecord> initialRecords = generateMockRecords(config.recordsState);
6666

6767
final CountDownLatch startLatch = new CountDownLatch(1);

0 commit comments

Comments
 (0)