Skip to content

Commit

Permalink
sleep on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Dec 21, 2023
1 parent f084927 commit abe54af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/obscurogateway/tengateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ func TestTenGateway(t *testing.T) {
}

// Gracefully shutdown
// todo remove this sleep when tests stabilize
time.Sleep(10 * time.Second)
err = tenGwContainer.Stop()
assert.NoError(t, err)
}
Expand Down

0 comments on commit abe54af

Please sign in to comment.