We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34949db commit 378ada9Copy full SHA for 378ada9
1 file changed
test/unit/TestYaft.cpp
@@ -232,6 +232,6 @@ TEST_CASE("inotify", "[yaft][ui]") {
232
cfgOfs << "rotation = \"inverted\"";
233
cfgOfs.close();
234
235
- ctx.pump();
+ ctx.pump(std::chrono::milliseconds(100));
236
REQUIRE_THAT(yaft, ctx.matchesGolden("yaft-inverted.png"));
237
}
0 commit comments