We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfe7ce commit 44f0d57Copy full SHA for 44f0d57
prodtests/full-system-test/convert-raw-to-tf-file.sh
@@ -35,7 +35,7 @@ RD_PID=$!
35
echo Readout PID: $RD_PID
36
37
echo Waiting for data to arrive
38
-while [ `ls run*_20*/run*_tf00000001.tf 2> /dev/null | wc -l` == "0" ]; do
+while [ `ls run*_20*/run*_tf00000001_epn*.tf 2> /dev/null | wc -l` == "0" ]; do
39
sleep 1
40
done
41
echo Data is arriving, waiting 20 seconds to be sure
0 commit comments