nixos/castopod: Increase test timeouts
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user