Skip to content

Commit

Permalink
Merge pull request #972 from spidernet-io/fix-971
Browse files Browse the repository at this point in the history
Increase pod waiting time from 5 seconds to 10 seconds
  • Loading branch information
weizhoublue authored Nov 16, 2023
2 parents 11c26f6 + a181b4e commit b1262d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/egresspolicy/egresspolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ var _ = Describe("EgressPolicy", Ordered, func() {
Expect(err).NotTo(HaveOccurred())

// waiting for the pod to be created
Expect(common.WaitPodRunning(ctx, cli, podObj, time.Second*5)).NotTo(HaveOccurred())
Expect(common.WaitPodRunning(ctx, cli, podObj, time.Second*10)).NotTo(HaveOccurred())

// create a policy in default namespace
egp, err = common.CreateEgressPolicyNew(ctx, cli, egressConfig, egw.Name, podLabel)
Expand Down

0 comments on commit b1262d8

Please sign in to comment.