We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205f343 commit 15c8f58Copy full SHA for 15c8f58
tests/commonSetupTests.m
@@ -17,8 +17,8 @@ function setupBossdevice(testCase)
17
testCase.bd = bossdevice;
18
testCase.bd.targetObject.update;
19
20
- fprintf('Wait 30s for target to reboot after update and set IP address in secondary interface.\n');
21
- pause(30);
+ fprintf('Wait 40s for target to reboot after update and set IP address in secondary interface.\n');
+ pause(40);
22
% Set Ethernet IP in secondary interface
23
bossapi.setEthernetInterface(testCase.bd.targetObject,'wm1','192.168.200.255/24');
24
end
0 commit comments