commit a08fda08dfda5473c47e3d6d0d01fc62d08dd5ec from: Mark Jamsek date: Tue Aug 20 09:25:42 2024 UTC insert wait instruction in tog log mark keymap test On slower machines, the test may fail due to capturing the screendump before the base commit marker is drawn. ok op@ commit - 7c4b3c1b4735c79a3c26e1efd4b170865d001eb0 commit + a08fda08dfda5473c47e3d6d0d01fc62d08dd5ec blob - 0b8323f8cea5abb4777743d902c28ee9388c52f4 blob + dc5a64d8bdc14067f6bc59ebcbdbeedaf610d748 --- regress/tog/log.sh +++ regress/tog/log.sh @@ -767,6 +767,7 @@ test_log_mark_keymap() cat <<-EOF >$TOG_TEST_SCRIPT j m mark commit + WAIT_FOR_UI SCREENDUMP EOF @@ -801,6 +802,7 @@ test_log_mark_keymap() j m mark commit m unmark commit + WAIT_FOR_UI SCREENDUMP EOF