Skip to content

Commit

Permalink
Restore original forcefullyAbortTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed May 3, 2020
1 parent 2bdb575 commit 515e7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nimble/Utils/Await.swift
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ internal func pollBlock(
return true
}
return nil
}.timeout(timeoutInterval, forcefullyAbortTimeout: AsyncDefaults.timeout).wait(fnName, file: file, line: line)
}.timeout(timeoutInterval, forcefullyAbortTimeout: timeoutInterval.divided).wait(fnName, file: file, line: line)

return result
}

0 comments on commit 515e7d9

Please sign in to comment.