diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-05 14:12:25 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-05 14:12:25 -0500 |
commit | 66c827a4607fa11c5c3d26eb8e3a4d63c2b05bef (patch) | |
tree | 14f7914416603040114e7062df0199fcc60e6035 /test/timeout.ok | |
parent | e81b32fd38fb79595e7773670818f78e9a3e2df2 (diff) | |
download | egawk-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.ok | 12 |
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 |