Skip to content

Commit

Permalink
Fix test routine retryCheckRetryTime, update time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Mar 4, 2024
1 parent e745376 commit f588b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Command.test.s
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ function retryCheckRetryTime( test )
{
test.case = 'command is succeful and overflows time limit';
core.exportVariable( 'INPUT_COMMAND', '|\n sleep 10 \n echo str' );
core.exportVariable( 'INPUT_TIME_OUT', '5000' );
core.exportVariable( 'INPUT_TIME_OUT', '3000' );
core.exportVariable( 'INPUT_ATTEMPT_LIMIT', '4' );
return null;
});
Expand Down

0 comments on commit f588b2a

Please sign in to comment.