blob: 0c55cdce73b6340e8a7e9435191cd29c0bc7f7cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
test_poll
Running poll test 1
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
This is a test.
Poll test 1 complete
Running poll test 2
timeout = 0
timeout = 1000
'testing...\012'
timeout = 2000
'testing...\012'
timeout = 4000
'testing...\012'
timeout = 8000
'testing...\012'
timeout = 16000
'testing...\012'
timeout = -1
'testing...\012'
timeout = -1
'testing...\012'
timeout = -1
'testing...\012'
timeout = -1
'testing...\012'
timeout = -1
'testing...\012'
timeout = -1
timeout = -1
timeout = -1
timeout = -1
timeout = -1
Poll test 2 complete
|