# HG changeset patch # User Oleg Oshmyan # Date 1305497640 -3600 # Node ID fcdcd0c95552d1d8b2b23d82da0406faf4cd70ea # Parent 10aa5a0e46bd1869f0d1f05430fced86239abee1 Fixed the generic implementation of call to use testcases.WallTimeLimitExceeded diff -r 10aa5a0e46bd -r fcdcd0c95552 unix.py --- a/unix.py Sun May 15 00:33:32 2011 +0100 +++ b/unix.py Sun May 15 23:14:00 2011 +0100 @@ -83,7 +83,7 @@ case.time_stopped = now break elif now >= time_end: - raise TimeLimitExceeded + raise testcases.WallTimeLimitExceeded else: time.sleep(.001) else: