deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
10
packages/task/test-resources/task-long-running.bat
Normal file
10
packages/task/test-resources/task-long-running.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
|
||||
@echo off
|
||||
for /l %%x in (1,1,300) do (
|
||||
echo tasking... %%x
|
||||
@REM sleep for ~1s
|
||||
@REM see: https://stackoverflow.com/questions/735285/how-to-wait-in-a-batch-script
|
||||
ping 192.0.2.2 -n 1 -w 1000> nul
|
||||
)
|
||||
echo "done"
|
||||
Reference in New Issue
Block a user