mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4880 from GitPaean/making_two_tests_less_prone_to_timestepping
setting 10-day maximum time step for two regressiong tests
This commit is contained in:
commit
b806231c94
@ -596,7 +596,8 @@ add_test_compareECLFiles(CASENAME multflt_model2
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
DIR model2
|
||||
TEST_ARGS --solver-max-time-step-in-days=10)
|
||||
|
||||
add_test_compareECLFiles(CASENAME multflt_sched_model2
|
||||
FILENAME 3_A_MPI_MULTFLT_SCHED_MODEL2
|
||||
@ -610,7 +611,8 @@ add_test_compareECLFiles(CASENAME multpvv_model2
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
DIR model2
|
||||
TEST_ARGS --solver-max-time-step-in-days=10)
|
||||
|
||||
add_test_compareECLFiles(CASENAME swatinit_model2
|
||||
FILENAME 5_SWATINIT_MODEL2
|
||||
|
Loading…
Reference in New Issue
Block a user