Cut the future sleep in half
This commit is contained in:
parent
fb1d5e4340
commit
3f33edb4fa
@ -697,7 +697,7 @@ std::string CiLogic::queue_pull_tarball(std::vector<std::shared_ptr<PackageConf>
|
||||
encountered_items[r->package->name] = new_item;
|
||||
}
|
||||
}));
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(250));
|
||||
}
|
||||
for (auto& future : futures) future.get();
|
||||
msg = "Succeeded";
|
||||
|
Loading…
x
Reference in New Issue
Block a user