summaryrefslogtreecommitdiffstats
path: root/test/language
diff options
context:
space:
mode:
Diffstat (limited to 'test/language')
-rwxr-xr-xtest/language/functions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/language/functions.rb b/test/language/functions.rb
index 1ee7ccf8e..d931470fc 100755
--- a/test/language/functions.rb
+++ b/test/language/functions.rb
@@ -224,6 +224,7 @@ class TestLangFunctions < Test::Unit::TestCase
assert_equal("original text\n", fileobj["content"],
"Template did not work")
+ Puppet[:filetimeout] = 0
# Have to sleep because one second is the fs's time granularity.
sleep(1)