Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / htmlimports / resources / import-slow-child.cgi
index 5dae3b5..3a6d697 100755 (executable)
@@ -1,10 +1,9 @@
 #!/usr/bin/perl -wT
 use strict;
+use Time::HiRes qw(sleep);
 
 print "Content-Type: text/html\n\n";
-# If you want to make things super predictable, this will help for the cost of slowness.
-# In practice, CGI invocation overhead is sufficiently slow.
-# sleep 1;
+sleep 0.2;
 print <<EOF
 <script>
 window.childLoaded = true;