From 210630e51a31577df11f4bc083fcc31502f756bd Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Wed, 25 Nov 2020 10:40:32 -0600
Subject: [PATCH] Add more time just to be safe in the future for ci tests file
 checks

---
 ci_tests/run_basic_grb_test.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci_tests/run_basic_grb_test.sh b/ci_tests/run_basic_grb_test.sh
index 7d2b18d..8d5d7fa 100755
--- a/ci_tests/run_basic_grb_test.sh
+++ b/ci_tests/run_basic_grb_test.sh
@@ -78,7 +78,7 @@ run_grb_checks() {
           error "Took too long for GRB to produce files ($num_files so far)"
       fi
       debug "Found $num_files files, waiting for more..."
-      sleep 10
+      sleep 12
     done
 }
 
@@ -95,7 +95,7 @@ run_geo2grid_checks() {
           error "Took too long for Geo2Grid to produce files ($num_files so far)"
       fi
       debug "Found $num_files files, waiting for more..."
-      sleep 10
+      sleep 12
     done
 }
 
@@ -112,7 +112,7 @@ run_tile_gen_checks() {
           error "Took too long for tile generation to produce its shape file"
       fi
       debug "Found $num_files files, waiting for more..."
-      sleep 10
+      sleep 12
     done
     return 0
 }
-- 
GitLab