change ci test script timeout
continuous-integration/drone/push Build was killed Details

WORK-RRE
Rémi REGNAULT 1 year ago
parent 77d2e87515
commit 1fd09dd07f

@ -10,7 +10,7 @@
"test": "jest --detectOpenHandles",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage",
"test:CI": "jest --coverage --testTimeout=Infinity"
"test:CI": "jest --coverage --testTimeout=120000"
},
"author": "",
"license": "ISC",

Loading…
Cancel
Save