Skip to content

Commit 378ada9

Browse files
committed
yaft: Improve inotify test stability
1 parent 34949db commit 378ada9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/TestYaft.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ TEST_CASE("inotify", "[yaft][ui]") {
232232
cfgOfs << "rotation = \"inverted\"";
233233
cfgOfs.close();
234234

235-
ctx.pump();
235+
ctx.pump(std::chrono::milliseconds(100));
236236
REQUIRE_THAT(yaft, ctx.matchesGolden("yaft-inverted.png"));
237237
}

0 commit comments

Comments
 (0)