Skip to content

Commit c23d2c9

Browse files
committed
Make all tests take the same number of tests
1 parent 98f39c9 commit c23d2c9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

test/test_files/ctv/ctv1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exawind:
22
nalu_wind_inp:
33
- ctv-nalu1.yaml
44
amr_wind_inp: ctv-amr1.inp
5-
num_timesteps: 20
5+
num_timesteps: 10
66
additional_picard_iterations: 4
77

88
# Variables for overset exchange

test/test_files/ctv/ctv2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exawind:
22
nalu_wind_inp:
33
- ctv-nalu2.yaml
44
amr_wind_inp: ctv-amr2.inp
5-
num_timesteps: 80
5+
num_timesteps: 10
66
additional_picard_iterations: 4
77

88
# Variables for overset exchange

test/test_files/ctv/ctv3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exawind:
22
nalu_wind_inp:
33
- ctv-nalu3.yaml
44
amr_wind_inp: ctv-amr3.inp
5-
num_timesteps: 320
5+
num_timesteps: 10
66
additional_picard_iterations: 4
77

88
# Variables for overset exchange

test/test_files/flat-surface/flat-surface.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exawind:
33
nalu_wind_inp:
44
- flat-surface-nalu.yaml
55
amr_wind_inp: flat-surface-amr.inp
6-
num_timesteps: 5
6+
num_timesteps: 10
77
additional_picard_iterations: 2
88

99
nalu_vars:

test/test_files/linear-waves/linear-waves.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exawind:
33
nalu_wind_inp:
44
- linear-waves-nalu.yaml
55
amr_wind_inp: linear-waves-amr.inp
6-
num_timesteps: 3
6+
num_timesteps: 10
77
additional_picard_iterations: 2
88

99
nalu_vars:

test/test_files/stokes-waves-cylinder/stokes-waves-cylinder.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exawind:
33
nalu_wind_inp:
44
- stokes-waves-cylinder-nalu.yaml
55
amr_wind_inp: stokes-waves-cylinder-amr.inp
6-
num_timesteps: 5
6+
num_timesteps: 10
77
additional_picard_iterations: 1
88

99
nalu_vars:

test/test_files/zalesak/zalesak.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exawind:
33
nalu_wind_inp:
44
- zalesak-nalu.yaml
55
amr_wind_inp: zalesak-amr.inp
6-
num_timesteps: 60
6+
num_timesteps: 10
77
additional_picard_iterations: 2
88

99
nalu_vars:

0 commit comments

Comments
 (0)