Skip to content

Commit a47544f

Browse files
author
jan
committed
Update happened to early making the test fail
1 parent 485b5fb commit a47544f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public static void installAdditionalBoards() throws Exception {
356356
toAddList.removeAll(Arrays.asList(packageUrlsToIgnoreOnMac));
357357
}
358358
BoardsManager.addPackageURLs(toAddList);
359-
BoardsManager.update(false);
359+
360360

361361
if (!skipPlatformInstallation) {
362362
BoardsManager.installAllLatestPlatforms();
@@ -367,6 +367,7 @@ public static void installAdditionalBoards() throws Exception {
367367
if (apply_known_work_Arounds) {
368368
Shared.applyKnownWorkArounds();
369369
}
370+
BoardsManager.update(false);
370371
Shared.waitForAllJobsToFinish();
371372
}
372373

0 commit comments

Comments
 (0)