Reducing wait time of testing request

dres had an issue with a macOS dialog appearing after ParaView crashed that prevented additional instances from running, hence tests were essentially blocked. I prevented these dialogs from appearing (hopefully) by applying the command

defaults write org.paraview.ParaView NSQuitAlwaysKeepsWindows -bool false

dres seems to be chugging along faster now as a result.