Skip to content

Commit b101881

Browse files
committed
increase api up check timeout
Signed-off-by: Simone Tollardo <[email protected]>
1 parent 66df5ab commit b101881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localinstall/scripts/3-start_api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd kernelci/kernelci-api
1717
docker compose down
1818
docker compose up -d
1919
echo "Waiting for API to be up"
20-
sleep 1
20+
sleep 5
2121
# loop until the API is up, try 5 times
2222
i=0
2323
while [ $i -lt 5 ]; do

0 commit comments

Comments
 (0)