Fix timeout
This commit is contained in:
parent
c2239d3ff7
commit
e84ad3ae9e
1 changed files with 3 additions and 3 deletions
|
@ -224,7 +224,7 @@ int main(int argc, char *argv[]) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
//ticables_options_set_timeout(cable_handle , 1 * 60 * 60 * 10);
|
||||
ticables_options_set_timeout(cable_handle , 1 * 60 * 60 * 10);
|
||||
|
||||
err = ticables_cable_open(cable_handle);
|
||||
if(err) {
|
||||
|
|
Loading…
Add table
Reference in a new issue