Skip to content

Commit 1c7ec2d

Browse files
author
Steve Kirkland
committed
Increase timeout for reading the fixture config file
[full ci]
1 parent 44aaa5b commit 1c7ec2d

File tree

1 file changed

+1
-1
lines changed
  • features/fixtures/mazerunner/app/src/main/java/com/bugsnag/android/mazerunner

1 file changed

+1
-1
lines changed

features/fixtures/mazerunner/app/src/main/java/com/bugsnag/android/mazerunner/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import java.net.URL
2020
import kotlin.concurrent.thread
2121
import kotlin.math.max
2222

23-
const val CONFIG_FILE_TIMEOUT = 5000
23+
const val CONFIG_FILE_TIMEOUT = 15000
2424

2525
class MainActivity : Activity() {
2626

0 commit comments

Comments
 (0)