From a0785bd6570bebec66528b72a80a26db9082a094 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Sat, 11 Jul 2020 00:06:31 -0700 Subject: [PATCH] CI: Increased time limit to account for slow integration tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57c2feb..9858a3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ }, "integration_test": { "stage": "test", - "timeout": "2m", # 2 minutes + "timeout": "5m", # 5 minutes # Run the test only if we have $BOT_TOKEN, else fallback to unit # tests. "only": {