Skip to content

Commit

Permalink
Raise timeout for test
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Mar 18, 2022
1 parent 64b16db commit 98e37bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ exampleShutDown
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.
self exampleShutDown
See CI-prerendered screenshot here: https://github.com/LinqLover/squeak-tracedebugger/blob/gh-pages/screenshots/exampleShutDown.png
"

(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].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"exampleProcess" : "ct 12/30/2021 17:26",
"exampleRegex" : "ct 3/13/2022 20:21",
"exampleSelfSupporting" : "ct 3/13/2022 20:08",
"exampleShutDown" : "ct 3/13/2022 20:13",
"exampleShutDown" : "ct 3/18/2022 23:32",
"exampleSimulation" : "ct 2/9/2022 01:59",
"exampleTdbHalt" : "ct 3/17/2022 00:46",
"exampleWorldCyclesFor:" : "ct 3/13/2022 20:05",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tests
testHelpTopic
<timeout: 60 "seconds">

self shouldntRaise: [self classUnderTest introduction].
self flag: #(TestCoverage workaround). "#perform: + #doesNotUnderstand: do not play well together with with TestCoverage. See ClassBasedHelpTopic>>#updateSubtopics."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"classUnderTest" : "ct 3/18/2022 21:18",
"testFigure:" : "ct 3/18/2022 21:20",
"testFigures" : "ct 3/18/2022 21:19",
"testHelpTopic" : "ct 3/18/2022 21:46" } }
"testHelpTopic" : "ct 3/18/2022 23:53" } }

0 comments on commit 98e37bb

Please sign in to comment.