mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-20 17:10:11 -05:00
increase test timeout
This commit is contained in:
parent
e553779dbc
commit
014ef77d1e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* eslint-env es6 */
|
||||
"use strict";
|
||||
|
||||
jest.setTimeout(30 * 1000);
|
||||
jest.setTimeout(2 * 60 * 1000);
|
||||
|
||||
const fs = require('fs');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue