aboutsummaryrefslogtreecommitdiffstats
path: root/test/timeout.ok
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-05 14:12:25 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2015-01-05 14:12:25 -0500
commit66c827a4607fa11c5c3d26eb8e3a4d63c2b05bef (patch)
tree14f7914416603040114e7062df0199fcc60e6035 /test/timeout.ok
parente81b32fd38fb79595e7773670818f78e9a3e2df2 (diff)
downloadegawk-66c827a4607fa11c5c3d26eb8e3a4d63c2b05bef.tar.gz
egawk-66c827a4607fa11c5c3d26eb8e3a4d63c2b05bef.tar.bz2
egawk-66c827a4607fa11c5c3d26eb8e3a4d63c2b05bef.zip
Add read timeout/retry test.
Diffstat (limited to 'test/timeout.ok')
-rw-r--r--test/timeout.ok12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/timeout.ok b/test/timeout.ok
new file mode 100644
index 00000000..a388747b
--- /dev/null
+++ b/test/timeout.ok
@@ -0,0 +1,12 @@
+With timeouts
+hello
+-1 1 1
+1
+
+With timeouts and retries
+hello
+1 timed out; trying again
+2 timed out; trying again
+3 timed out; trying again
+goodbye
+0