Skip to content

Commit

Permalink
Issue #14: okay it looks like timeout needs to be bumped up ... when …
Browse files Browse the repository at this point in the history
…it rains it pours
  • Loading branch information
dalehenrich committed Mar 24, 2015
1 parent 092e028 commit 0612962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ patchForGsDevKitIssue60Source1
tester _ 1 max: response position. "OK if mm in the middle"
response position < buf size & (self isActive | self readyForRead) ]
whileTrue: [
(self waitForReadDataUpToMs: 20000)
(self waitForReadDataUpToMs: 60000)
ifFalse: [ self error: ''data was late'' ].
bytesRead _ self readInto: buf startingAt: 1 for: buf size.
response nextPutAll: (buf copyFrom: 1 to: bytesRead) ].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"notify:" : "dkh 09/05/2014 16:56",
"packageReportOn:" : "dkh 09/15/2014 13:48",
"patchForGsDevKitIssue60" : "dkh 03/23/2015 17:14",
"patchForGsDevKitIssue60Source1" : "dkh 03/23/2015 16:43",
"patchForGsDevKitIssue60Source1" : "dkh 03/23/2015 17:36",
"patchForGsDevKitIssue60Source2" : "dkh 03/23/2015 17:31",
"projectReportOn:" : "dkh 09/11/2014 16:38",
"projectVersion:" : "dkh 09/15/2014 13:13",
Expand Down

0 comments on commit 0612962

Please sign in to comment.