From 2071a56b2d9c519c4cef17b706d56413928721c7 Mon Sep 17 00:00:00 2001 From: Cameron Dunn Date: Fri, 8 Sep 2023 14:56:23 -0700 Subject: [PATCH] Bump MQL mimic test timeout Generally 30 minutes is fine but if a bunch of new external function calls are introduced then the tests can be slower. --- .github/workflows/mql-mimic-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mql-mimic-tests.yml b/.github/workflows/mql-mimic-tests.yml index 2fc54945220..de506e94e80 100644 --- a/.github/workflows/mql-mimic-tests.yml +++ b/.github/workflows/mql-mimic-tests.yml @@ -37,4 +37,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} checkName: "MQL Mimic Tests" ref: ${{ github.sha }} - timeoutSeconds: 1800 + timeoutSeconds: 3600