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 66df5ab commit b101881Copy full SHA for b101881
localinstall/scripts/3-start_api.sh
@@ -17,7 +17,7 @@ cd kernelci/kernelci-api
17
docker compose down
18
docker compose up -d
19
echo "Waiting for API to be up"
20
-sleep 1
+sleep 5
21
# loop until the API is up, try 5 times
22
i=0
23
while [ $i -lt 5 ]; do
0 commit comments