Try
setTimeout(function() { return true; }, 10000);
The first argument expects a function. This is from memory; I haven't tested it.
Try
setTimeout(function() { return true; }, 10000);
The first argument expects a function. This is from memory; I haven't tested it.