From 301a66e8ea54cbfce2ca09a77eff7bf8066464b6 Mon Sep 17 00:00:00 2001 From: sinavir Date: Sat, 2 Mar 2024 18:04:35 +0100 Subject: [PATCH] nixos/castopod: Increase test timeouts --- nixos/tests/castopod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/castopod.nix b/nixos/tests/castopod.nix index 241705aebd72..29bf8e8cacd8 100644 --- a/nixos/tests/castopod.nix +++ b/nixos/tests/castopod.nix @@ -103,7 +103,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: driver.get('http://${domain}/cp-install') - wait = WebDriverWait(driver, 10) + wait = WebDriverWait(driver, 20) wait.until(EC.title_contains("installer"))