I try to run functional tests in parallel with a multiprocessor plugin that sometimes raises a random TimeoutException
my tests are very simple, each of them just goes to the web page and checks if any element exists.
Does anyone know what could be causing?
thanks
Try running nosetests with a -process-timeout value set to something more than your tests would be reasonable:
nosetests --processes = 2 --process-timeout = 120
Source: https://habr.com/ru/post/1438764/More articles:Can I adjust the waveform axis? - matlabHide RSS feed if specific text is included - javascriptSmtpClient.SendAsync () does not receive all messages I sent - c #Dynamic background image in MVC 4 application - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1438763/is-it-possible-to-pull-from-multiple-mercurial-repositories-at-the-same-time&usg=ALkJrhiPJqq_2OWJ7coxrmP15TQ57tu6tAHow to set titletext attributes for UINavigation panel for only one controller? - iosArtists versus threads - javaHow to debug silent database errors (for example, "save") in Rails? - debugginghow to write $ _POST method for each text input - javascriptInterception WM_COMMAND (sent from the accelerator) to Internet Explorer_Server (IWebBrowser2) - c ++All Articles