Skip to content

Commit

Permalink
waittime instead of sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 14, 2023
1 parent fcf0b92 commit 53c02ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@ func (tr TestRun) waitForSlashMeterReplenishment(
panic(fmt.Sprintf("\n\nwaitForSlashMeterReplenishment has timed out after: %s\n\n", action.timeout))
}

time.Sleep(500 * time.Millisecond)
tr.WaitTime(5 * time.Second)
}
}

Expand Down

0 comments on commit 53c02ea

Please sign in to comment.