Skip to content

Commit 7a40a71

Browse files
committed
Increase timeout
1 parent 0aaf6f7 commit 7a40a71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"pretest": "rescript build",
18-
"test": "bun test ./tests",
18+
"test": "bun test --timeout 15000 ./tests",
1919
"fmt": "rescript format"
2020
}
2121
}

tests/PnpmSingleRepo.test.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)