Skip to content

Commit

Permalink
Merge pull request #195 from vmware-tanzu/111-fix-flake
Browse files Browse the repository at this point in the history
fixes flaky test
  • Loading branch information
squeedee authored Oct 4, 2021
2 parents cc89841 + fee48dc commit 0ae750f
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 0ae750f

Please sign in to comment.