Skip to content

Commit 98e37bb

Browse files
committed
Raise timeout for test
1 parent 64b16db commit 98e37bb

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

packages/TraceDebugger.package/TraceDebugger.class/class/exampleShutDown.st

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ exampleShutDown
44
Trace and debug the entire shutDown/startUp activity of the image. This example marks a class of use cases that you cannot debug interactively in vanilla Squeak, but the TraceDebugger removes this limitation.
55
66
self exampleShutDown
7+
8+
See CI-prerendered screenshot here: https://github.com/LinqLover/squeak-tracedebugger/blob/gh-pages/screenshots/exampleShutDown.png
79
"
810

911
(Project uiManager confirm: 'The following will simulate the shutDown/startUp activity of your image (no shapshot).\This might take a couple of minutes.\You CANNOT interrupt this process without invalidating your image. If the simulation fails or is interrupted, your image may become UNUSABLE.\It is recommended to save your image before doing this.\\Proceed anyway?' withCRs) ifFalse: [^ self].

packages/TraceDebugger.package/TraceDebugger.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"exampleProcess" : "ct 12/30/2021 17:26",
1313
"exampleRegex" : "ct 3/13/2022 20:21",
1414
"exampleSelfSupporting" : "ct 3/13/2022 20:08",
15-
"exampleShutDown" : "ct 3/13/2022 20:13",
15+
"exampleShutDown" : "ct 3/18/2022 23:32",
1616
"exampleSimulation" : "ct 2/9/2022 01:59",
1717
"exampleTdbHalt" : "ct 3/17/2022 00:46",
1818
"exampleWorldCyclesFor:" : "ct 3/13/2022 20:05",

packages/TraceDebuggerTests.package/TraceDebuggerHelpTest.class/instance/testHelpTopic.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
tests
22
testHelpTopic
3+
<timeout: 60 "seconds">
34

45
self shouldntRaise: [self classUnderTest introduction].
56
self flag: #(TestCoverage workaround). "#perform: + #doesNotUnderstand: do not play well together with with TestCoverage. See ClassBasedHelpTopic>>#updateSubtopics."

packages/TraceDebuggerTests.package/TraceDebuggerHelpTest.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"classUnderTest" : "ct 3/18/2022 21:18",
66
"testFigure:" : "ct 3/18/2022 21:20",
77
"testFigures" : "ct 3/18/2022 21:19",
8-
"testHelpTopic" : "ct 3/18/2022 21:46" } }
8+
"testHelpTopic" : "ct 3/18/2022 23:53" } }

0 commit comments

Comments
 (0)