IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 2:45:01 PM (18 years ago)
Author:
eugene
Message:

extend client / server timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/multicommand.c

    r16903 r18127  
    9393
    9494          // receive the command exit status
    95           if (ExpectMessage (server, 2.0, &message)) {
     95          if (ExpectMessage (server, 10.0, &message)) {
    9696            switch (errno) {
    9797              case EPIPE:
     
    108108
    109109          // receive the resulting stderr
    110           if (ExpectMessage (server, 2.0, &message)) {
     110          if (ExpectMessage (server, 10.0, &message)) {
    111111            switch (errno) {
    112112              case EPIPE:
     
    123123
    124124          // receive the resulting stdout
    125           if (ExpectMessage (server, 2.0, &message)) {
     125          if (ExpectMessage (server, 10.0, &message)) {
    126126            switch (errno) {
    127127              case EPIPE:
Note: See TracChangeset for help on using the changeset viewer.