Prechádzať zdrojové kódy

Expound upon comment about startup timeout testing

Daniel Gempesaw 10 rokov pred
rodič
commit
a72ca97fa5
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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',