Skip to content

Commit

Permalink
add 60s timeout for agent start
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilanjan Daw committed Mar 23, 2022
1 parent c0f644b commit bcea510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/host_agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var _ = Describe("Agent", func() {

}
return false
}).Should(BeTrue())
}, 60).Should(BeTrue())
})

AfterEach(func() {
Expand Down

0 comments on commit bcea510

Please sign in to comment.