Skip to content

Commit 1706127

Browse files
author
jan
committed
Give onlyInstallLibraryWhenAllowed more time for github
1 parent a50ceea commit 1706127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io.sloeber.tests/src/io/sloeber/core/BuildTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ public void onlyInstallLibraryWhenAllowed() throws Exception {
824824
//trigger the indexer
825825
ICProject cTestProject = CoreModel.getDefault().getCModel().getCProject(theTestProject.getName());
826826
CCorePlugin.getIndexManager().reindex(cTestProject);
827+
Thread.sleep(5000);
827828
Shared.waitForIndexer(theTestProject);
828829

829830
//build should not fail

0 commit comments

Comments
 (0)