diff options
author | das <das@noemail.net> | 2008-03-11 22:23:33 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-03-11 22:23:33 (GMT) |
commit | 5726aa53fa31f5281b203e108c2b12672b144d9d (patch) | |
tree | 5c69b968595ded23a044be5a2e7479098877f411 /tests/socket.test | |
parent | a2d2734b69bfb1503d98474607a91f9f9580fbab (diff) | |
download | tcl-5726aa53fa31f5281b203e108c2b12672b144d9d.zip tcl-5726aa53fa31f5281b203e108c2b12672b144d9d.tar.gz tcl-5726aa53fa31f5281b203e108c2b12672b144d9d.tar.bz2 |
* tests/exec.test (exec-9.7): reduce timing sensitivity
* tests/socket.test (socket-2.11): (esp. on multi-proc machines).
FossilOrigin-Name: 2834a014358c6264c88b9959fcf655b7214e7849
Diffstat (limited to 'tests/socket.test')
-rw-r--r-- | tests/socket.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test index 90dfcb1..421d359 100644 --- a/tests/socket.test +++ b/tests/socket.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: socket.test,v 1.40 2006/11/03 11:45:34 dkf Exp $ +# RCS: @(#) $Id: socket.test,v 1.41 2008/03/11 22:23:33 das Exp $ # Running socket tests with a remote server: # ------------------------------------------ @@ -566,6 +566,7 @@ test socket-2.11 {detecting new data} {socket} { fconfigure $sock -blocking 1 puts $s2 two flush $s2 + after 500 fconfigure $sock -blocking 0 lappend result c:[gets $sock] fconfigure $sock -blocking 1 |