# # patch "ChangeLog" # from [2ebd16e382bc0f8745c672dafbaa66fce20ebc1d] # to [c931e8ff746fbc8f4263a3dbf738561adff2346c] # # patch "tests/t_database_sig_cleanup.at" # from [22a764be6d58c7bc266abcd21aaaed47e765cdb3] # to [8d019fe669ed02812012b7edfb7a660bd022661c] # ======================================================================== --- ChangeLog 2ebd16e382bc0f8745c672dafbaa66fce20ebc1d +++ ChangeLog c931e8ff746fbc8f4263a3dbf738561adff2346c @@ -1,3 +1,9 @@ +2005-10-20 Richard Levitte + + * tests/t_database_sig_cleanup.at: Sleep for a couple of seconds, + so monotone has a chance to clean up and die properly, even on a + slower machine. + 2005-10-19 Nathaniel Smith * tests/t_update_switch_branch.at, testsuite.at: New test. ======================================================================== --- tests/t_database_sig_cleanup.at 22a764be6d58c7bc266abcd21aaaed47e765cdb3 +++ tests/t_database_sig_cleanup.at 8d019fe669ed02812012b7edfb7a660bd022661c @@ -39,6 +39,7 @@ AT_CHECK(sleep 2, [], [ignore], [ignore]) AT_CHECK(test -f test.db-journal, [], [ignore], [ignore]) AT_CHECK(kill -SEGV `cat monotone_commit.pid`, [], [ignore], [ignore]) +AT_CHECK(sleep 2, [], [ignore], [ignore]) AT_CHECK(test -f test.db-journal, [], [ignore], [ignore]) AT_CLEANUP