mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-18 08:41:45 +03:00
Increase the test timeout: it seems that 5 seconds is not enough, maybe reason for tests failing.
This commit is contained in:
parent
cf65f1a4f4
commit
5fdeb382ea
@ -14,7 +14,7 @@
|
||||
config: {
|
||||
//five seconds timeout due to problems with untrusted events (e.g. auto zoom) for non-interactive runs
|
||||
//there is timeWatcher property but sometimes tests do not respect it, or they get stuck due to bugs
|
||||
testTimeout: isInteractiveMode() ? 30000 : 5000
|
||||
testTimeout: isInteractiveMode() ? 30000 : 10000
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user