We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af72b70 commit 46dabe6Copy full SHA for 46dabe6
nix/checks/master.nix
@@ -36,5 +36,6 @@
36
start_all()
37
# wait for our service to start
38
node1.wait_for_unit("buildbot-master")
39
+ node1.wait_until_succeeds("curl --fail -s --head localhost:8010", timeout=60)
40
'';
41
}
0 commit comments