Skip to content

Commit

Permalink
Fix github actions spec (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
kthomas authored Jun 10, 2024
1 parent 24f51e2 commit 112df94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ func cleanupFixtures() {
_fixtures.natsServer.WaitForShutdown()

os.RemoveAll(_fixtures.natsStoreDir)

time.Sleep(time.Millisecond * 25)
}

func startNATS(storeDir string) (*server.Server, *nats.Conn, *int, error) {
Expand Down

0 comments on commit 112df94

Please sign in to comment.