From 569e0ef92fa851df06168dbd722f26f3f235c2fb Mon Sep 17 00:00:00 2001 From: Aniruddha Shastri Date: Fri, 23 Jun 2023 10:34:32 -0500 Subject: [PATCH] Update timeout to 50 minutes (#953) With the increase in number of devices supported by grpc-device, we need to update our test timeouts to avoid running into the limit. Fixes #952 --- .github/workflows/run_win_system_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_win_system_tests.yml b/.github/workflows/run_win_system_tests.yml index 8764973fc..f374f49f3 100644 --- a/.github/workflows/run_win_system_tests.yml +++ b/.github/workflows/run_win_system_tests.yml @@ -25,4 +25,4 @@ jobs: - name: Run System Tests run: .\SystemTestsRunner.exe working-directory: ./build/Release - timeout-minutes: 27 + timeout-minutes: 50