Skip to content

Commit

Permalink
test timing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed May 24, 2018
1 parent 70c30b4 commit 0a3f3df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/core/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func TestWorkerRun(t *testing.T) {
t.Fatal("unexpected error", err)
}

time.Sleep(5 * time.Second)

task, err := f.HTTP.GetTask(ctx, &tes.GetTaskRequest{
Id: id,
View: tes.TaskView_FULL,
Expand Down

0 comments on commit 0a3f3df

Please sign in to comment.