summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6af8609)
raw | patch | inline | side by side (parent: 6af8609)
| author | tgdwyer <tgdwyer@users.sourceforge.net> | |
| Wed, 10 May 2006 07:44:38 +0000 (07:44 +0000) | ||
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | |
| Wed, 10 May 2006 07:44:38 +0000 (07:44 +0000) |
| src/removeoverlap/remove_rectangle_overlap-test.cpp | patch | blob | history |
diff --git a/src/removeoverlap/remove_rectangle_overlap-test.cpp b/src/removeoverlap/remove_rectangle_overlap-test.cpp
index 87cf4cbb055826f2d67d55ebaa17ac7b4df3e8fa..20f5489ccdfaffa8611d964b3415b7b66ba63169 100644 (file)
{
srand(time(NULL));
- /* Ensure that the program doesn't run for more than 30 seconds. */
- alarm(30);
+ /* Ensure that the program doesn't run for more than 60 seconds. */
+ alarm(60);
utest_start("removeRectangleOverlap(zero gaps)");