about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJacek Galowicz <jacek@galowicz.de>2022-12-23 19:46:23 +0100
committerGitHub <noreply@github.com>2022-12-23 19:46:23 +0100
commit9938dec682124e16e88a078ce2ebd5ceed60fabc (patch)
tree52f89de27e65e8506b006772be6137125a3125ad /nixos/tests
parent58236ec886a0b26c43b47f60a5678a3561e89e82 (diff)
parent976f00963fb3006616efa1d7794aa5e5ea6cb712 (diff)
Merge pull request #170636 from Synthetica9/wait_before_entry
nixos/test-driver: add wait_before_entry
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/vscodium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vscodium.nix b/nixos/tests/vscodium.nix
index ee884cc4295dd..37bb649889b45 100644
--- a/nixos/tests/vscodium.nix
+++ b/nixos/tests/vscodium.nix
@@ -49,8 +49,8 @@ let
         start_all()
 
         machine.wait_for_unit('graphical.target')
-        machine.wait_until_succeeds('pgrep -x codium')
 
+        codium_running.wait()
         with codium_running:
             # Wait until vscodium is visible. "File" is in the menu bar.
             machine.wait_for_text('Get Started')