diff --git a/tests/cluster_tests/FirstP/pbsdsh_custom/raven_remote.sh b/tests/cluster_tests/FirstP/pbsdsh_custom/raven_remote.sh index 1fde653743..1117f375d2 100755 --- a/tests/cluster_tests/FirstP/pbsdsh_custom/raven_remote.sh +++ b/tests/cluster_tests/FirstP/pbsdsh_custom/raven_remote.sh @@ -18,7 +18,7 @@ else if [ `echo $MODULEPATH | grep -c '/apps/projects/moose/modulefiles'` -eq 0 ]; then export MODULEPATH=$MODULEPATH:/apps/projects/moose/modulefiles; fi echo "$MODULEPATH" - module load moose-dev-gcc pbs python/3.2 + module load python/3 which python3 fi diff --git a/tests/cluster_tests/tests b/tests/cluster_tests/tests index fd665e4b87..9b0cf5367a 100644 --- a/tests/cluster_tests/tests +++ b/tests/cluster_tests/tests @@ -34,7 +34,7 @@ output_wait_time = 60 #Note that the output includes the time the test is running # which is why the relative error is very high - rel_err = 0.2 + rel_err = 0.4 type = RavenFramework max_time = 3600 [../]