File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
scripts/gha/integration_testing
gameloop_android/app/src/androidTest/java/com/google/firebase/gameloop
gameloop_apple/gameloopUITests Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -895,7 +895,7 @@ jobs:
895895 npm install -g firebase-tools
896896 firebase emulators:start --only firestore --project demo-example &
897897 - name : Run Android integration tests on Emulator locally
898- timeout-minutes : 90
898+ timeout-minutes : 120
899899 if : steps.get-device-type.outputs.device_type == 'virtual'
900900 run : |
901901 python scripts/gha/test_simulator.py --testapp_dir testapps \
@@ -998,7 +998,7 @@ jobs:
998998 npm install -g firebase-tools
999999 firebase emulators:start --only firestore --project demo-example &
10001000 - name : Run iOS integration tests on Simulator locally
1001- timeout-minutes : 90
1001+ timeout-minutes : 120
10021002 if : steps.get-device-type.outputs.device_type == 'virtual'
10031003 run : |
10041004 python scripts/gha/test_simulator.py --testapp_dir testapps \
@@ -1095,7 +1095,7 @@ jobs:
10951095 npm install -g firebase-tools
10961096 firebase emulators:start --only firestore --project demo-example &
10971097 - name : Run tvOS integration tests on Simulator locally
1098- timeout-minutes : 60
1098+ timeout-minutes : 90
10991099 run : |
11001100 python scripts/gha/test_simulator.py --testapp_dir testapps \
11011101 --tvos_device "${{ matrix.tvos_device }}" \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import org.junit.runner.RunWith
2121class GameLoopUITest {
2222
2323 companion object {
24- const val GAMELOOP_TIMEOUT = 10 * 60 * 1000L
24+ const val GAMELOOP_TIMEOUT = 20 * 60 * 1000L
2525 }
2626
2727 private lateinit var device: UiDevice
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ class GameLoopLauncherUITests: XCTestCase {
101101 {
102102 return timeoutSecs
103103 } else {
104- // Default 8 minutes
105- return TimeInterval ( 8 * 60 )
104+ // Default 15 minutes
105+ return TimeInterval ( 15 * 60 )
106106 }
107107 }
108108}
You can’t perform that action at this time.
0 commit comments