# HG changeset patch # User Jan Vrany # Date 1367319385 -3600 # Node ID 931869a85b5e2ecfd9a58d8da239b0ed2fe07dce # Parent 2a2741b4cda10a3563fa7d3ab6ed7bcc819ebd69 Adde JavaTestCaseProxy>>timeout. diff -r 2a2741b4cda1 -r 931869a85b5e JavaTestCaseProxy.st --- a/JavaTestCaseProxy.st Tue Apr 30 10:02:03 2013 +0100 +++ b/JavaTestCaseProxy.st Tue Apr 30 11:56:25 2013 +0100 @@ -188,6 +188,11 @@ "Created: / 01-03-2011 / 14:48:17 / Jan Vrany " +! + +timeout + ^60"sec" + ! ! !JavaTestCaseProxy methodsFor:'queries'!