mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
nixos/castopod: Increase test timeouts
This commit is contained in:
parent
1bd3ab39c4
commit
301a66e8ea
@ -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"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user