Skip to content

Commit bf79e1b

Browse files
committed
Try fo fix #250 using a wait (P11)
1 parent 2b90544 commit bf79e1b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Molecule-Tests/MolUtilsTest.class.st

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ MolUtilsTest >> testActivateComponents [
6363
MolUtilsTest >> testAllComponentImplementationClassesOfType [
6464

6565
| nb |
66+
67+
"Fix #250 by waiting for code-source changes notification from previous tests"
68+
2 second wait.
69+
6670
nb := 0.
6771
MolCompleteComponent users do:[ :e |
6872
e isComponentClass ifTrue:[

0 commit comments

Comments
 (0)