Skip to content

Commit

Permalink
Set to 100
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Christensen <[email protected]>
  • Loading branch information
kichristensen committed Apr 4, 2024
1 parent cedc71a commit 2491530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestRebuild(t *testing.T) {
// caused by us using a go map when comparing the mixins used in the bundle, which has inconsistent sort order...

//todo: This test is flaky still and upsetting CI
for i := 0; i < 10; i++ {
for i := 0; i < 100; i++ {
_, output = test.RequirePorter("explain")
tests.RequireOutputContains(t, output, "Bundle is up-to-date!", "expected the previous build to be reused")
}
Expand Down

0 comments on commit 2491530

Please sign in to comment.