Skip to content

Commit 159befa

Browse files
committed
300000
1 parent c563124 commit 159befa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-metatrader5-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
# Start installer with /auto and /portable, with timeout protection
2727
$process = Start-Process -FilePath ".\mt5setup.exe" -ArgumentList "/auto", "/portable" -PassThru
28-
$process.WaitForExit(300) # 300 seconds = 5 minutes
28+
$process.WaitForExit(300000) # 300 seconds = 5 minutes
2929
if (-not $process.HasExited) {
3030
Write-Host "MT5 installer stuck, killing..."
3131
Stop-Process -Id $process.Id -Force

0 commit comments

Comments
 (0)