From 1d0ef4c7d7f1cffd811035bc0348699ffa1d98e1 Mon Sep 17 00:00:00 2001 From: Anikate-De Date: Mon, 15 Jul 2024 23:54:53 +0530 Subject: [PATCH] increase step `test` timeout to 1200s to prevent workflow failures --- .github/workflows/okhttp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/okhttp.yaml b/.github/workflows/okhttp.yaml index e20a039ce9..367bcf2732 100644 --- a/.github/workflows/okhttp.yaml +++ b/.github/workflows/okhttp.yaml @@ -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/