Skip to content

Commit 9b746c8

Browse files
committed
Update smoke_test.bat
1 parent cfbe3e7 commit 9b746c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/smoke_test.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@echo off
2+
taskkill /f /im rdm.exe
23
cd build/windows/installer/resources/
34
START /b rdm.exe
4-
TIMEOUT 5
5+
TIMEOUT 30
56
tasklist /FI "IMAGENAME eq rdm.exe" 2>NUL | find /I /N "rdm.exe">NUL
67

78
if "%ERRORLEVEL%"=="0" (

0 commit comments

Comments
 (0)