Преглед изворни кода

Expound upon comment about startup timeout testing

Daniel Gempesaw пре 10 година
родитељ
комит
a72ca97fa5
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      t/CanStartBinary.t

+ 3 - 1
t/CanStartBinary.t

@@ -84,7 +84,9 @@ TIMEOUT: {
     skip 'Firefox binary not found in path', 3
       unless $binary;
 
-    # Force the port check to exhaust the wait_until timeout.
+    # Force the port check to exhaust the wait_until timeout so that
+    # we can exercise the startup_timeout constructor option
+    # functionality.
     Sub::Install::reinstall_sub({
         code => sub { 0 },
         into => 'Selenium::CanStartBinary',