commit 0674467428bb864d0bbda6fd3275e0dcc86aad85 from: Mark Jamsek via: Thomas Adam date: Wed Sep 04 19:32:33 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 - cacbd4c795249f08a2d10482cbba7a555c02f6e4 commit + 0674467428bb864d0bbda6fd3275e0dcc86aad85 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