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:
parent
d3d9811276
commit
a0785bd657
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue