Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Nov 14, 2023
1 parent 48da3f8 commit 1ccb741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages/tests/UTF_HardwareHelperFunctions.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ Function TEST_CASE_END_OVERRIDE(name)
dev = StringFromList(i, devices)

wlName = GetWorkLoadName(WORKLOADCLASS_TP, dev)
CHECK(ASYNC_WaitForWLCToFinishAndRemove(wlName, 10))
CHECK(!ASYNC_WaitForWLCToFinishAndRemove(wlName, 10))

wlName = GetWorkLoadName(WORKLOADCLASS_NWB, dev)
CHECK(ASYNC_WaitForWLCToFinishAndRemove(wlName, 10))
CHECK(!ASYNC_WaitForWLCToFinishAndRemove(wlName, 10))

// no analysis function errors
NVAR errorCounter = $GetAnalysisFuncErrorCounter(dev)
Expand Down

0 comments on commit 1ccb741

Please sign in to comment.