CI: Increased time limit to account for slow integration tests

This commit is contained in:
diamondburned 2020-07-11 00:06:31 -07:00
parent d3d9811276
commit a0785bd657
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
}, },
"integration_test": { "integration_test": {
"stage": "test", "stage": "test",
"timeout": "2m", # 2 minutes "timeout": "5m", # 5 minutes
# Run the test only if we have $BOT_TOKEN, else fallback to unit # Run the test only if we have $BOT_TOKEN, else fallback to unit
# tests. # tests.
"only": { "only": {