BUG-1935: Increased the retry delay a bit more

The maximum waiting time should now be 3 seconds.
This commit is contained in:
Robin Krom 2016-04-11 14:25:12 +02:00
commit e43339ea90

View file

@ -160,7 +160,7 @@ EndSelection:<<<<<<<4
try try
{ {
// For BUG-1935 this was changed from looping ourselfs, or letting MS retry... // For BUG-1935 this was changed from looping ourselfs, or letting MS retry...
Clipboard.SetDataObject(ido, copy, 15, 150); Clipboard.SetDataObject(ido, copy, 15, 200);
} }
catch (Exception clipboardSetException) catch (Exception clipboardSetException)
{ {