Skip to content

Commit 1b71c91

Browse files
committed
Very, very long lock acquire wait (for slower CI)
1 parent 79a3659 commit 1b71c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webaudio/audioworklet_emscripten_locks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void printDummy(Dummy* dummy) {
8181
void runCalcs(Dummy* dummy, int num) {
8282
for (int n = 0; n < num; n++) {
8383
#ifndef DISABLE_LOCKS
84-
int have = emscripten_lock_busyspin_wait_acquire(&testLock, 10);
84+
int have = emscripten_lock_busyspin_wait_acquire(&testLock, 1000);
8585
assert(have);
8686
#endif
8787
dummy->val0 += dummy->val1 * dummy->val2;

0 commit comments

Comments
 (0)