Skip to content

Commit

Permalink
Revert "[BEE-47337] added a delay of 3 seconds (#1122)" (#1151)
Browse files Browse the repository at this point in the history
#1122 (comment)
notes that the sleep does not actually help the test other than to delay
its completion.

This reverts commit fb9d2ca.
  • Loading branch information
MarkEWaite authored Jun 18, 2024
1 parent f988d25 commit 37e7280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testSubmoduleUpdateWithThreads() throws Exception {
.execute();
w.git.submoduleInit();
w.git.submoduleUpdate().threads(3).execute();
Thread.sleep(3000);

assertTrue("modules/firewall does not exist", w.exists("modules/firewall"));
assertTrue("modules/ntp does not exist", w.exists("modules/ntp"));
// JGit submodule implementation doesn't handle renamed submodules
Expand Down

0 comments on commit 37e7280

Please sign in to comment.