summaryrefslogtreecommitdiff
path: root/bin/perltest2cpp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/perltest2cpp.pl')
-rwxr-xr-xbin/perltest2cpp.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/perltest2cpp.pl b/bin/perltest2cpp.pl
index 9e29424e843..3fd54780e3e 100755
--- a/bin/perltest2cpp.pl
+++ b/bin/perltest2cpp.pl
@@ -35,7 +35,7 @@ my($indsc) = 0;
my(%argsList) = ();
my($shortString) = 256;
my($unknownArgCount) = 20;
-my($defaultTimeout) = 30;
+my($defaultTimeout) = 60;
my($status) = 0;
my($lineCount) = 0;
my($needReadLine) = 1;
@@ -276,7 +276,8 @@ sub addParameterToCurrentSub {
sub getTop {
my($os) = "OSNAME";
- my($top) = "#include <ace/OS.h>\n" .
+ my($top) = "// \$Id\$\n\n" .
+ "#include <ace/OS.h>\n" .
"#include <ace/Get_Opt.h>\n" .
"#include <tao/debug.h>\n" .
"#include <tests/TestUtils/TestCombinedThreads.h>\n\n" .