The timeout was a dirty hack from the start. It was long enough that commands have finished running by the time it completes, but it wasn't the right way to see when a command finished running. The right way is to look for the PDBS) prompt, which is what we do now. This makes the Sink.set_tmpcfg method run noticeably faster. Neat.
|
|
||
17 |
|
17 |
|
18 |
|
18 |
|
19 |
|
19 |
|
20 |
|
|
|
|
20 |
|
|
21 |
|
21 |
|
22 |
|
22 |
|
23 |
|
23 |
|
|
|
||
30 |
|
30 |
|
31 |
|
31 |
|
32 |
|
32 |
|
33 |
|
|
|
|
33 |
|
|
34 |
|
34 |
|
35 |
|
35 |
|
36 |
|
36 |
|
37 |
|
|
|
|
37 |
|
|
|
38 |
|
|
|
39 |
|
|
|
40 |
|
|
38 |
|
41 |
|
39 |
|
42 |
|
40 |
|
43 |
|