diff --git a/tests/integration/build_test.go b/tests/integration/build_test.go index 020aae06b..bd17534b4 100644 --- a/tests/integration/build_test.go +++ b/tests/integration/build_test.go @@ -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") }