Commit 6b8da11d01c47f9e4a67777609c8f96721757f8d

Authored by Perry Werneck
1 parent fe3ca60f
Exists in master and in 1 other branch develop

Setting default timeout to 10 seconds.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/testprogram/testprogram.cc
... ... @@ -83,6 +83,8 @@
83 83  
84 84 cout << "TN3270 library revision is " << ((int) hllapi_get_revision()) << endl << ">";
85 85  
  86 + hllapi_set_timeout(10);
  87 +
86 88 cout.flush();
87 89  
88 90 string cmdline;
... ...