File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
secret-identifier : ${{ secrets.AWS_SECRET_IDENTIFIER }}
124
124
125
125
- name : Run integration tests
126
- timeout-minutes : 30
126
+ timeout-minutes : 60
127
127
run : aft exec --include=${{ matrix.scope }} -- small=true "<AFT_ROOT>/build-support/integ_test_ios.sh" -d test
128
128
129
129
web :
@@ -166,7 +166,7 @@ jobs:
166
166
- uses : nanasess/setup-chromedriver@95301782a076fbe8c9ecf54395a4689f7b195285 # 2.0.0
167
167
168
168
- name : Run integration tests
169
- timeout-minutes : 30
169
+ timeout-minutes : 60
170
170
run : |
171
171
chromedriver --port=4444 &
172
172
aft exec --include=${{ matrix.scope }} -- "<AFT_ROOT>/build-support/integ_test.sh" -d web-server
@@ -252,7 +252,7 @@ jobs:
252
252
secret-identifier : ${{ secrets.AWS_SECRET_IDENTIFIER }}
253
253
254
254
- name : Run integration tests
255
- timeout-minutes : 30
255
+ timeout-minutes : 60
256
256
run : |
257
257
flutter config --enable-linux-desktop
258
258
aft exec --include=${{ matrix.scope }} -- "<AFT_ROOT>/build-support/integ_test.sh" -d linux
@@ -297,7 +297,7 @@ jobs:
297
297
secret-identifier : ${{ secrets.AWS_SECRET_IDENTIFIER }}
298
298
299
299
- name : Run integration tests
300
- timeout-minutes : 30
300
+ timeout-minutes : 60
301
301
run : |
302
302
flutter config --enable-windows-desktop
303
303
dart pub global run aft exec --include=${{ matrix.scope }} -- flutter test integration_test/main_test.dart -d windows
You can’t perform that action at this time.
0 commit comments