Skip to content

Commit 36a2c5e

Browse files
Set test timeout longer for initial wasm compilation
1 parent 63dbb60 commit 36a2c5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/npm-packages/ruby-wasm-wasi/test/js_from_rb.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { initRubyVM } from "./init";
22

33
describe("Manipulation of JS from Ruby", () => {
4+
jest.setTimeout(10 /*sec*/ * 1000);
5+
46
const Qtrue = 0x02;
57
test(`require "js"`, async () => {
68
const vm = await initRubyVM();

0 commit comments

Comments
 (0)