Skip to content

Commit

Permalink
Update EventuallyTimeout in work_workload_test.go (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
xuezhaojun authored Mar 19, 2024
1 parent 2cd6a6f commit 693787d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/work_workload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ var _ = ginkgo.Describe("Work agent", ginkgo.Label("work-agent", "sanity-check")
return fmt.Errorf("statusFeedbackSynced condition should be True")
}
return nil
}, t.EventuallyTimeout, t.EventuallyInterval).ShouldNot(gomega.HaveOccurred())
}, t.EventuallyTimeout*2, t.EventuallyInterval).ShouldNot(gomega.HaveOccurred())

})
})
Expand Down

0 comments on commit 693787d

Please sign in to comment.