Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Aug 14, 2023
1 parent 1772820 commit f440c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/server_artifacts/server_artifacts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ sources:

schedule_wg.Wait()

time.Sleep(time.Second)

// Wait for the flow to be created
vtesting.WaitUntil(time.Second*5, self.T(), func() bool {
_, err := launcher.GetFlowDetails(
Expand Down

0 comments on commit f440c7b

Please sign in to comment.