xiaofans / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

secsWaitShutdown parameter is not used in Robotium RC's performRemoteShutdown method #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the SoloRemoteControl class the performRemoteShutdown method gets 3 
parameters int secsWaitReady, int secsWaitRunning, int secsWaitShutdown, but 
secsWaitShutdown is not used in the method's try block. So the 
waitForRemoteShutdown gets the default_running_stimeout(default 60seconds) 
instead of default_shutdown_stimeout(7 seconds). 

Original issue reported on code.google.com by janvaria...@gmail.com on 5 Feb 2013 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by renasr...@gmail.com on 6 Feb 2013 at 2:19

GoogleCodeExporter commented 9 years ago
Found the code actually using secsWaitRunning for the call to 
waitForRemoteShutdown instead of using secsWaitShutdown.  Modified the call to 
waitForRemoteShutdown in performRemoteShutdown to use the secsWaitShutdown 
parameter.

Original comment by carl.na...@sas.com on 6 Feb 2013 at 3:45

Attachments: