Skip to content

Commit

Permalink
Add wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Jul 7, 2021
1 parent 936bd33 commit 1cd1749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ func TestServiceDataIO(t *testing.T) {
return
}
expected := int8(time.Now().Hour())
time.Sleep(3 * time.Second)
time.Sleep(10 * time.Second)

resp, err := tryToExecute(session, "SHOW JOBS")
if err != nil {
Expand Down

0 comments on commit 1cd1749

Please sign in to comment.