Skip to content

Commit 8b7bdda

Browse files
committed
Took another crack at fixing the stupid KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED crash which occurs sometimes when running Safari test.
1 parent 54bff79 commit 8b7bdda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SSYOperationQueue.m

+4-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,10 @@ - (void)observeValueForKeyPath:(NSString*)keyPath
240240
Sorry, on 20200601, again while running the Safari/run.sh test
241241
AppleScript, it crashed again. So I increased the sleep time
242242
to 2. */
243-
sleep(2);
243+
Sorry, on 202103XX, again while running the Safari/run.sh test
244+
AppleScript, it crashed again. So I increased the sleep time
245+
to 5. */
246+
sleep(5);
244247
[scriptCommand resumeExecutionWithResult:[self scriptResult]] ;
245248
[self setScriptCommand:nil] ;
246249
}

0 commit comments

Comments
 (0)