Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Mar 21, 2024
1 parent 6e492c3 commit 143ded1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/controller-spark/controller_spark_sql_validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function run_pipeline() {
#######################################################################
function check_parquet() {
local isIncremental=$1
local runtime="5 minute"
local runtime="15 minute"
local end_time=$(date -ud "$runtime" +%s)
local output="${HOME_PATH}/${PARQUET_SUBDIR}"
local timeout=true
Expand Down Expand Up @@ -371,7 +371,7 @@ setup "$@"
fhir_source_query
sleep 50
run_pipeline "FULL"
sleep 100
sleep 50
check_parquet false
test_fhir_sink "FULL"

Expand Down

0 comments on commit 143ded1

Please sign in to comment.