Skip to content

Commit

Permalink
reduce wait when sending events in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Oct 19, 2024
1 parent 8780c7c commit 9857117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setWorldConstructor(class extends World {
}

async send(ev) {
await this.wait(250);
await this.wait(100);
this.game.send(ev);
}

Expand Down

0 comments on commit 9857117

Please sign in to comment.