Skip to content

Commit

Permalink
Work around a race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Sep 25, 2024
1 parent 333e896 commit b36ede9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Tgstation.Server.Tests/Live/UsersTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ public async ValueTask Run(CancellationToken cancellationToken)
observer,
cancellationToken);

await BasicTests(cancellationToken);

await ValueTaskExtensions.WhenAll(
BasicTests(cancellationToken),
TestCreateSysUser(cancellationToken),
TestSpamCreation(cancellationToken));

Expand Down

0 comments on commit b36ede9

Please sign in to comment.