Skip to content

Commit

Permalink
chore: increase sleep for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshay Kalbhor committed Aug 14, 2023
1 parent 784fb4b commit d0d0262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func TestGetJob(t *testing.T) {
}

// Wait for task to be consumed & processed.
time.Sleep(time.Second)
time.Sleep(time.Second * 2)
msg, err := srv.GetJob(ctx, uuid)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit d0d0262

Please sign in to comment.