summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout/README
blob: 511726873461aff245bc4cf7b28d55d22dd4eb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id$

	A simple test for timeouts.  The client sets each one of the
policy overrides (object, thread and ORB) and issues requests using
those policies.  The requests take a client controlled amount of time
on the server.
	As the client increases the duration of the request the
requests should start to timeout.

	To run it do:

$ server -o test.ior
$ client -k file://test.ior -l 5 -h 15

	or use the run_test.pl script.