Top "Timeout" questions

The timeout term refers to a predefined period of time allowed to elapse before an event is to occur.

Android - Key Dispatching Timed Out

In my Android application I am getting a very strange crash, when I press a button (Image) on my UI …

android timeout key freeze dispatch
Timeout command on Mac OS X?

Is there an alternative for the timeout command on Mac OSx. The basic requirement is I am able to run …

macos timeout
Vagrant up timeout

Having some issues to get my vagrant up, Got the box, run vagrant init and after vagrant up command I …

timeout vagrant virtualbox vagrantfile
Adjusting CommandTimeout in Dapper.NET?

I'm trying to run SQL backups through a stored procedure through Dapper (the rest of my app uses Dapper so …

c# .net timeout dapper
Forcing a query timeout in SQL Server

We have had an issue with a block of code that responds poorly in the face of slow databases (It …

sql-server testing timeout locking
OkHttp/Retrofit default timeout

I was wondering how many seconds should I set to my retrofit client. How many seconds should I use as …

android timeout httprequest retrofit okhttp
jQuery ajax (jsonp) ignores a timeout and doesn't fire the error event

To add some basic error handling, I wanted to rewrite a piece of code that used jQuery's $.getJSON to pull …

jquery ajax error-handling timeout jsonp
Can I set the timeout for UdpClient in C#?

I am wondering whether I can set a timeout value for UdpClient receive method. I want to use block mode, …

c# timeout udpclient
Cassandra timeout cqlsh query large(ish) amount of data

I'm doing a student project involving building and querying a Cassandra data cluster. When my cluster load was light ( around 30…

cassandra timeout cqlsh
Linq-to-SQL Timeout

I've been receiving an error on one of my pages that the linq query has timed out as it is …

c# asp.net linq-to-sql timeout