Skip to content
Snippets Groups Projects
Verified Commit 210630e5 authored by David Hoese's avatar David Hoese
Browse files

Add more time just to be safe in the future for ci tests file checks

parent 74179066
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ run_grb_checks() { ...@@ -78,7 +78,7 @@ run_grb_checks() {
error "Took too long for GRB to produce files ($num_files so far)" error "Took too long for GRB to produce files ($num_files so far)"
fi fi
debug "Found $num_files files, waiting for more..." debug "Found $num_files files, waiting for more..."
sleep 10 sleep 12
done done
} }
...@@ -95,7 +95,7 @@ run_geo2grid_checks() { ...@@ -95,7 +95,7 @@ run_geo2grid_checks() {
error "Took too long for Geo2Grid to produce files ($num_files so far)" error "Took too long for Geo2Grid to produce files ($num_files so far)"
fi fi
debug "Found $num_files files, waiting for more..." debug "Found $num_files files, waiting for more..."
sleep 10 sleep 12
done done
} }
...@@ -112,7 +112,7 @@ run_tile_gen_checks() { ...@@ -112,7 +112,7 @@ run_tile_gen_checks() {
error "Took too long for tile generation to produce its shape file" error "Took too long for tile generation to produce its shape file"
fi fi
debug "Found $num_files files, waiting for more..." debug "Found $num_files files, waiting for more..."
sleep 10 sleep 12
done done
return 0 return 0
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment