Skip to content

Commit 73472e1

Browse files
committed
Add longer timeout for GitHub actions
1 parent 658719f commit 73472e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baseLib/src/androidTest/java/me/ycdev/android/lib/common/async/HandlerTaskExecutorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class HandlerTaskExecutorTest {
2020
createTasks(latch, 4, 150).forEach {
2121
executor.postTask(it)
2222
}
23-
latch.await(1, TimeUnit.SECONDS)
23+
latch.await(10, TimeUnit.SECONDS)
2424
assertThat(latch.count).isEqualTo(0L)
2525
}
2626

0 commit comments

Comments
 (0)