diff options
Diffstat (limited to 'it/it-projects/testing/README.txt')
-rw-r--r-- | it/it-projects/testing/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/it/it-projects/testing/README.txt b/it/it-projects/testing/README.txt new file mode 100644 index 00000000000..c21c5ec3452 --- /dev/null +++ b/it/it-projects/testing/README.txt @@ -0,0 +1,2 @@ +Note that if you expect "test_execution_time" greater than zero, then you should guarantee execution time at least in 1 second. +So use Thread.sleep in order to have stable test. |