Skip to content

Commit feac3cc

Browse files
committed
ci: Bump integ tests to 60 minutes (#3470)
Auth requires more time. This can be adjusted on a per-plugin basis when integ tests are split out.
1 parent 74533bb commit feac3cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/amplify_integration_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
secret-identifier: ${{ secrets.AWS_SECRET_IDENTIFIER }}
124124

125125
- name: Run integration tests
126-
timeout-minutes: 30
126+
timeout-minutes: 60
127127
run: aft exec --include=${{ matrix.scope }} -- small=true "<AFT_ROOT>/build-support/integ_test_ios.sh" -d test
128128

129129
web:
@@ -166,7 +166,7 @@ jobs:
166166
- uses: nanasess/setup-chromedriver@95301782a076fbe8c9ecf54395a4689f7b195285 # 2.0.0
167167

168168
- name: Run integration tests
169-
timeout-minutes: 30
169+
timeout-minutes: 60
170170
run: |
171171
chromedriver --port=4444 &
172172
aft exec --include=${{ matrix.scope }} -- "<AFT_ROOT>/build-support/integ_test.sh" -d web-server
@@ -252,7 +252,7 @@ jobs:
252252
secret-identifier: ${{ secrets.AWS_SECRET_IDENTIFIER }}
253253

254254
- name: Run integration tests
255-
timeout-minutes: 30
255+
timeout-minutes: 60
256256
run: |
257257
flutter config --enable-linux-desktop
258258
aft exec --include=${{ matrix.scope }} -- "<AFT_ROOT>/build-support/integ_test.sh" -d linux
@@ -297,7 +297,7 @@ jobs:
297297
secret-identifier: ${{ secrets.AWS_SECRET_IDENTIFIER }}
298298

299299
- name: Run integration tests
300-
timeout-minutes: 30
300+
timeout-minutes: 60
301301
run: |
302302
flutter config --enable-windows-desktop
303303
dart pub global run aft exec --include=${{ matrix.scope }} -- flutter test integration_test/main_test.dart -d windows

0 commit comments

Comments
 (0)