Skip to content

Commit 15c8f58

Browse files
authored
Increase wait time up to 40s after target upgrade.
1 parent 205f343 commit 15c8f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/commonSetupTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function setupBossdevice(testCase)
1717
testCase.bd = bossdevice;
1818
testCase.bd.targetObject.update;
1919

20-
fprintf('Wait 30s for target to reboot after update and set IP address in secondary interface.\n');
21-
pause(30);
20+
fprintf('Wait 40s for target to reboot after update and set IP address in secondary interface.\n');
21+
pause(40);
2222
% Set Ethernet IP in secondary interface
2323
bossapi.setEthernetInterface(testCase.bd.targetObject,'wm1','192.168.200.255/24');
2424
end

0 commit comments

Comments
 (0)