Skip to content

Commit 0d84cf7

Browse files
committed
Test with longer timeout
1 parent 717b602 commit 0d84cf7

File tree

1 file changed

+1
-1
lines changed
  • test/threadsafe_function_ex/test

1 file changed

+1
-1
lines changed

test/threadsafe_function_ex/test/basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class BasicTest extends TestRunner {
133133
if (reject) {
134134
reject(new Error("tsfn.call() timed out"));
135135
}
136-
}, 0);
136+
}, 1000);
137137
});
138138
}
139139
return await tsfn.release();

0 commit comments

Comments
 (0)