checks/searxng: retry curl
This commit is contained in:
parent
0c91f2a281
commit
fe7bc3966a
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ nixosTest {
|
|||
testScript = ''
|
||||
machine.wait_for_unit("uwsgi.service")
|
||||
machine.wait_for_open_port(8080)
|
||||
machine.succeed("curl --fail http://127.0.0.1:8080/")
|
||||
machine.wait_until_succeeds("curl --fail http://127.0.0.1:8080/")
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue