Skip to content

Commit

Permalink
Increase wait time up to 40s after target upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum authored Nov 5, 2023
1 parent 205f343 commit 15c8f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/commonSetupTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function setupBossdevice(testCase)
testCase.bd = bossdevice;
testCase.bd.targetObject.update;

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

0 comments on commit 15c8f58

Please sign in to comment.