summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap/remove_rectangle_overlap-test.cpp
diff options
context:
space:
mode:
authorTim Dwyer <tgdwyer@gmail.com>2006-05-10 07:44:38 +0000
committertgdwyer <tgdwyer@users.sourceforge.net>2006-05-10 07:44:38 +0000
commit21727c20c676826c460e47870f3518d008aaa6d9 (patch)
tree239cf2ed6da43e63aa131e84e87eb06baf18523a /src/removeoverlap/remove_rectangle_overlap-test.cpp
parentApparently a problem was reported with one of the test cases. (diff)
downloadinkscape-21727c20c676826c460e47870f3518d008aaa6d9.tar.gz
inkscape-21727c20c676826c460e47870f3518d008aaa6d9.zip
increased alarm time-out to 60 secs (because 30 seconds may not have been enough on slow machines)
(bzr r804)
Diffstat (limited to 'src/removeoverlap/remove_rectangle_overlap-test.cpp')
-rw-r--r--src/removeoverlap/remove_rectangle_overlap-test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/removeoverlap/remove_rectangle_overlap-test.cpp b/src/removeoverlap/remove_rectangle_overlap-test.cpp
index 87cf4cbb0..20f5489cc 100644
--- a/src/removeoverlap/remove_rectangle_overlap-test.cpp
+++ b/src/removeoverlap/remove_rectangle_overlap-test.cpp
@@ -117,8 +117,8 @@ int main()
{
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)");