Skip to content

Commit

Permalink
fixes flaky test
Browse files Browse the repository at this point in the history
- just extends the timeout, hopefully that is enough.
- ultimately, story to use informers will make this test redundant
[#23]

Co-authored-by: Emily Johnson <emjohnson@vmware.com>
  • Loading branch information
Rasheed Abdul-Aziz and emmjohnson committed Oct 4, 2021
1 parent cc89841 commit fee48dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/supply_chain/workload_reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ var _ = Describe("WorkloadReconciler", func() {
}

return logLine.Timestamp - previousSeconds
}, 2*time.Second).Should(BeNumerically(">", 1.0))
}, 2500*time.Millisecond).Should(BeNumerically(">", 1.0))

By("accepting a supply chain")
supplyChain := newClusterSupplyChain("supplychain-bob", map[string]string{"name": "webapp"})
Expand Down

0 comments on commit fee48dc

Please sign in to comment.