mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Increase delay in stdout/err reading test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
|
||||
echo Hello World!
|
||||
ping -n 1 127.0.0.1 > NUL
|
||||
ping -n 3 127.0.0.1 > NUL
|
||||
echo Hello Error! 1>&2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo Hello World!
|
||||
sleep 1
|
||||
sleep 3
|
||||
echo Hello Error! 1>&2
|
||||
|
||||
Reference in New Issue
Block a user