Skip to content

Commit 6f718bc

Browse files
committed
tests: Increase delay for screenshot capture to 2000ms
1 parent cf1f909 commit 6f718bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/screenshot_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ namespace screenshot {
235235

236236
bool capture(const std::string &name, const Options &options) {
237237
// Add a delay to allow UI elements to render before capturing
238-
std::this_thread::sleep_for(std::chrono::milliseconds(500));
238+
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
239239

240240
if (output_root_ref().empty()) {
241241
return false;

0 commit comments

Comments
 (0)