Skip to content

Commit

Permalink
test: prevent test from timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnorris committed Oct 25, 2023
1 parent 5371a54 commit 881c792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-nsolid-async-counters.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const nsolid = require('nsolid');
}));
}, 100);
}));
}, 100);
}, 80);
}));
}));
}

0 comments on commit 881c792

Please sign in to comment.