Skip to content

Commit 5f61114

Browse files
committedOct 29, 2016
tests: added lag to PGA for sanity checking
1 parent d30e546 commit 5f61114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎tests/greenpak4/PGA.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ int main(int argc, char* argv[])
5757
return 1;
5858
}
5959

60+
usleep(1000 * 5000);
61+
6062
//Turn off the LED before declaring success
6163
LogVerbose("\n");
6264
LogVerbose("Test complete, resetting board\n");

0 commit comments

Comments
 (0)
Please sign in to comment.