Skip to content

Commit d89af51

Browse files
committed
chore(internal): bump test timeout
1 parent 36c0248 commit d89af51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ else
5353
fi
5454

5555
echo "==> Running tests"
56-
./node_modules/.bin/jest "$@"
56+
./node_modules/.bin/jest --testTimeout=60000 "$@"

0 commit comments

Comments
 (0)