diff options
author | 2023-04-28 09:35:44 -0700 | |
---|---|---|
committer | 2023-04-28 09:35:44 -0700 | |
commit | 64b9967fe632961a2762bdbd4bfbaaf96198e0a1 (patch) | |
tree | f29df1a9647dbbf6c29722c722f3edccd7f3a9b2 /scripts/bun-test.ts | |
parent | ef894c57cfb864609455058e7834064797797302 (diff) | |
download | bun-64b9967fe632961a2762bdbd4bfbaaf96198e0a1.tar.gz bun-64b9967fe632961a2762bdbd4bfbaaf96198e0a1.tar.zst bun-64b9967fe632961a2762bdbd4bfbaaf96198e0a1.zip |
Improve test workflow
Diffstat (limited to '')
-rw-r--r-- | scripts/bun-test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bun-test.ts b/scripts/bun-test.ts index f0522a56f..59bccbfad 100644 --- a/scripts/bun-test.ts +++ b/scripts/bun-test.ts @@ -401,6 +401,7 @@ async function* runTest(options: RunTestOptions): AsyncGenerator<RunTestResult, "FORCE_COLOR": "1", }, stdio: "pipe", + timeout, }); let stderr = ""; let stdout = ""; |