Skip to content

Commit

Permalink
Increased timeout period to 5 minutes as a first test on the Bonjour …
Browse files Browse the repository at this point in the history
…issue.
  • Loading branch information
Marcus S. Zarra committed Aug 9, 2010
1 parent 3514d6c commit 3c39429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeviceCode/ZSyncTouchHandler.m
Expand Up @@ -133,7 +133,8 @@ - (void)startServerSearch
} else {
DLog(@"starting browser");
[[self serviceBrowser] start];
findServerTimeoutDate = [[NSDate alloc] initWithTimeIntervalSinceNow:10.0f];
/// !!!: Temporary test to see if a timeout is the issue
findServerTimeoutDate = [[NSDate alloc] initWithTimeIntervalSinceNow:300.0f];
}
[NSTimer scheduledTimerWithTimeInterval:0.10 target:self selector:@selector(services:) userInfo:nil repeats:YES];
}
Expand Down

0 comments on commit 3c39429

Please sign in to comment.