# File lib/aws/simple_workflow/request.rb, line 68
      def read_timeout
        # these two operations have long polling 
        if headers['x-amz-target'] =~ /PollFor(Decision|Activity)Task/
          90 
        else
          @read_timeout
        end
      end