Skip to content

Commit

Permalink
Increase delay to adjust to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Jan 21, 2025
1 parent a7360a0 commit a9e0090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api.test/EventHandlers/TestMissionEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public async Task ScheduledMissionStartedWhenSystemIsAvailable()

// Act
await MissionRunService.Create(missionRun);
Thread.Sleep(100);
Thread.Sleep(1000);

// Assert
var postTestMissionRun = await MissionRunService.ReadById(
Expand Down

0 comments on commit a9e0090

Please sign in to comment.