Skip to content

Commit

Permalink
Merge pull request #2191 from AllenInstitute/bugfix/2191-increase_har…
Browse files Browse the repository at this point in the history
…dware_timeout

Fix: Timeout on NI reliability test causes the test to fail on main branch
  • Loading branch information
t-b authored Jul 18, 2024
2 parents 1dd37ab + 311e4a6 commit 85572d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/tests/UTF_HardwareHelperFunctions.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Function RegisterReentryFunction(string testcase)
if(FuncRefIsAssigned(FuncRefInfo(reentryFuncPlain)) || FuncRefIsAssigned(FuncRefInfo(reentryFuncMDStr)) || FuncRefIsAssigned(FuncRefInfo(reentryFuncRefWave)) || FuncRefIsAssigned(FuncRefInfo(reentryFuncMDD)))
CtrlNamedBackGround DAQWatchdog, start, period=120, proc=WaitUntilDAQDone_IGNORE
CtrlNamedBackGround TPWatchdog, start, period=120, proc=WaitUntilTPDone_IGNORE
RegisterUTFMonitor(TASKNAMES + "DAQWatchdog;TPWatchdog", BACKGROUNDMONMODE_AND, reentryFuncName, timeout = 1200, failOnTimeout = 1)
RegisterUTFMonitor(TASKNAMES + "DAQWatchdog;TPWatchdog", BACKGROUNDMONMODE_AND, reentryFuncName, timeout = 2400, failOnTimeout = 1)
endif
End

Expand Down

0 comments on commit 85572d3

Please sign in to comment.