Increase delay in stdout/err reading test

This commit is contained in:
Dominion
2023-04-22 19:42:44 -04:00
parent 77154c9d9b
commit 6199e0e12e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
echo Hello World!
sleep 1
sleep 3
echo Hello Error! 1>&2