Skip to content

Commit 360223a

Browse files
committed
reacted to fix in --wait times
1 parent 97bcd0d commit 360223a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

integtest/3ru_1df_multirun_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
# The commands to run in nanorc, as a list
7373
if sufficient_resources_on_this_computer:
7474
nanorc_command_list="integtest-partition boot conf".split()
75-
nanorc_command_list+="start_run --wait 1 101 wait ".split() + [str(run_duration-1)] + "stop_run wait 2".split()
76-
nanorc_command_list+="start_run --wait 2 102 wait ".split() + [str(run_duration-2)] + "stop_run --wait 1 wait 2".split()
75+
nanorc_command_list+="start_run --wait 1 101 wait ".split() + [str(run_duration)] + "stop_run wait 2".split()
76+
nanorc_command_list+="start_run --wait 2 102 wait ".split() + [str(run_duration)] + "stop_run --wait 1 wait 2".split()
7777
nanorc_command_list+="start_run 103 wait ".split() + [str(run_duration)] + "stop_run --wait 2 wait 2".split()
7878
nanorc_command_list+="scrap terminate".split()
7979
else:

integtest/long_window_readout_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
# The commands to run in nanorc, as a list
5050
nanorc_command_list="integtest-partition boot conf".split()
51-
nanorc_command_list+="start_run --wait 15 101 wait ".split() + [str(run_duration-15)] + "stop_run --wait 2 wait 2".split()
51+
nanorc_command_list+="start_run --wait 15 101 wait ".split() + [str(run_duration)] + "stop_run --wait 2 wait 2".split()
5252
nanorc_command_list+="start 102 wait 15 enable_triggers wait ".split() + [str(run_duration)] + "stop_run wait 2".split()
5353
nanorc_command_list+="scrap terminate".split()
5454

0 commit comments

Comments
 (0)