1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-31 20:14:21 +00:00

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

View file

@ -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": {