Skip to content

Commit

Permalink
santad: sleep for less time when waiting for driver
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Feb 3, 2015
1 parent 4df93bf commit d88fa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/santad/SNTDriverManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ - (instancetype)init {

if (!serviceObject) {
LOGD(@"Waiting for Santa driver to become available");
sleep(10);
sleep(5);
}
} while (!serviceObject);
CFRelease(classToMatch);
Expand Down

0 comments on commit d88fa4e

Please sign in to comment.