Skip to content

Commit

Permalink
increase step test timeout to 1200s to prevent workflow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Anikate-De committed Jul 15, 2024
1 parent 05400b5 commit 1d0ef4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/okhttp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
# - pkgs/ok_http/example/android/app/build.gradle
api-level: 21
arch: x86_64
script: cd pkgs/ok_http/example && flutter test --timeout=120s integration_test/
script: cd pkgs/ok_http/example && flutter test --timeout=1200s integration_test/

0 comments on commit 1d0ef4c

Please sign in to comment.