aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sap/client.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sap/client.rb b/src/sap/client.rb
index 7776dcd..e3d0551 100644
--- a/src/sap/client.rb
+++ b/src/sap/client.rb
@@ -157,7 +157,6 @@ class Client < SAP
raise "can not connect. required state : not_connected, current state : #{@state}"
return false
end
- sleep @wait_time
end
# wait for the sim to be ready
until @sim_ok do