Skip to content

Commit

Permalink
test: increase delay to avoid throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
talmobi committed Aug 19, 2024
1 parent 1d4f2be commit 31c5740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yts = async function ( o, c ) {
}

await new Promise( function ( res ) {
setTimeout( res, 5000 )
setTimeout( res, 6000 )
} )

try {
Expand Down

0 comments on commit 31c5740

Please sign in to comment.