Skip to content

Commit

Permalink
fix(integration-tests): Wait longer for the test to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Nov 18, 2024
1 parent 7687a89 commit 91653d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void testGrcStartWithIndividualProfileNameFromScratch(ContainerInitializer.Conta
Assertions.assertTrue(waitForSuccessfulGrcRepoInitWithoutExistingGraph(container, customProfile, "/tmp/test-filesystem-repo", 6, 1000, true), "The expected log patterns were not found in the logs.");
Assertions.assertTrue(waitForSuccessfulGrcRepoCheckAndDownload(container, customProfile, "driving-car", 6, 1000, true), "The expected log patterns were not found in the logs.");
Assertions.assertTrue(waitForSuccessfulGrcActivationOnFreshGraph(container, customProfile, "driving-car", 6, 1000, true), "The expected log patterns were not found in the logs.");
Assertions.assertTrue(waitForNoNewGraphGrcRepoCheck(container, customProfile, "driving-car", 6, 1000, true), "The expected log patterns were not found in the logs.");
Assertions.assertTrue(waitForNoNewGraphGrcRepoCheck(container, customProfile, "driving-car", 12, 1000, true), "The expected log patterns were not found in the logs.");
container.stop();
}

Expand Down

0 comments on commit 91653d2

Please sign in to comment.