J'aimerais ralentir l'exécution de SWTBot.
J'ai déjà trouvé ce wiki : https://wiki.eclipse.org/SWTBot/FAQ#Can_I_slow_down_the_execution_speed_of_SWTBot_tests.3F
Mais pour moi, cela ne fonctionne pas.
Mon DEFAULT_POLL_DELAY dans SWTBotPreferences ressemble à cela :
public static final long DEFAULT_POLL_DELAY = toLong(System.getProperty(KEY_DEFAULT_POLL_DELAY, "500"), 500);
Ainsi, SWTBotPreferences.DEFAULT_POLL_DELAY = 1000;
ne peut pas fonctionner...
Avec System.setProperty("org.eclipse.swtbot.playback.poll.delay", "1200");
cela ne fonctionne pas pour moi.
Nous vous remercions,
Antoine