Skip to content

Commit

Permalink
lower wait time before screenshot
Browse files Browse the repository at this point in the history
examples start up pretty fast actually
could maybe even sleep(1)
  • Loading branch information
henrispriet committed Sep 21, 2024
1 parent fd156cc commit adeddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk-test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in
testScript = ''
start_all()
machine.wait_for_unit('graphical.target')
machine.sleep(20)
machine.sleep(3)
machine.screenshot("screen")
'';
})

0 comments on commit adeddea

Please sign in to comment.