Skip to content

Commit

Permalink
Tests: fix worker restarts for failed browser acknowledgements
Browse files Browse the repository at this point in the history
Close gh-5441
  • Loading branch information
timmywil committed Mar 11, 2024
1 parent b56c6a4 commit d926cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner/browserstack/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function ensureAcknowledged( worker ) {
return worker;
} catch ( error ) {
console.error( error.message );
await restartWorker( worker.browser );
await restartWorker( worker );
}
}

Expand Down

0 comments on commit d926cca

Please sign in to comment.