Skip to content

Commit

Permalink
lock cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Mar 17, 2024
1 parent ac1bf7e commit c00c14d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,353 deletions.
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/e2e/TwoUsers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ test('P1 create game, P2 joins, P2 wins', async () => {
await putPointForPlayer(p2, randX + 6, randY + 5);
await putPointForPlayer(p2, randX + 5, randY + 4);
await putPointForPlayer(p2, randX + 6, randY + 3);

await delay(4 * 1000);//wait for signalR to settle in (?)

await verifyWin(p1, 'And the winner is... blue.');
await verifyWin(p2, 'And the winner is... blue.');

Expand Down
Loading

0 comments on commit c00c14d

Please sign in to comment.